Debian9安裝SSH並允許root用戶SSH登錄 安裝SSH # apt install openssh-server openssh-client 啟動SSH服務 # /etc/init.d/ssh start 添加SSH開機啟 ...